home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / DefineSprite_182_mine / frame_150 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  158 b   |  10 lines

  1. if(this._x < 560)
  2. {
  3.    _root.AttachBang(this._x,this._y);
  4.    if(_root.sound_on)
  5.    {
  6.       _root.blast_sfx.start(0,1);
  7.    }
  8. }
  9. removeMovieClip(this);
  10.